home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Practical Algorithms for Image Analysis
/
Practical Algorithms for Image Analysis.iso
/
TARFILE.GZ
/
tarfile
/
util
/
linux
/
tofrodos-1.1
/
version.h
< prev
Wrap
Text File
|
1999-09-11
|
338b
|
18 lines
/*
version.h Version number header.
Copyright (c) 1996 by Christopher S L Heng. All rights reserved.
$Id: version.h 1.5 1996/12/16 17:49:13 chris Exp $
*/
#if !defined(VERSION_H_INCLUDED)
#define VERSION_H_INCLUDED
/* macros */
#define VERSN_MAJOR 1
#define VERSN_MINOR 1
#define VERSN_PROGNAME "tofrodos"
#endif